home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / music / sequence.arj / README.TXT < prev    next >
Text File  |  1994-03-30  |  4KB  |  91 lines

  1. Thank you for reading this file about MCI Sequencer, version 1.0,
  2. Copyright (c) 1994, Marvin E. Wilborne III.
  3.  
  4. This program can be used to string together Wave Audio (.wav) files,
  5. Microsoft Video Files (.avi), Multimedia Movie (.mmm), and MIDI files
  6. (*.mid).  They can then be played sequentially.  They can be mixed any
  7. way you like into one sequence and then played one after the other.
  8. You can use the software like a jukebox for playing your favorite MIDI
  9. and .wav files in the order you like.  Or you can use it like I do to 
  10. play several .avi files back to back without intervention.
  11.  
  12. The sequence file does not modify the files you sequence.  You can save the
  13. sequence and come back to it later.  You can automatically load a sequence
  14. by passing it to the program as parameter 1 when it starts up.  You can
  15. include this with the icon by editing the properties of the program.
  16.  
  17. Although this program has no help file, most controls display help
  18. in the status bar at the bottom of the MCI Sequencer window.
  19.  
  20. The program comes with a sample sequence and .wav files that are used
  21. by the sample sequence.  The application and sample MSQ file should all
  22. be in the same directory.  After starting MCI Sequencer, use the File
  23. Open menu option to load the sequence.  Press Play to hear it.
  24.  
  25. Requirements:
  26.  
  27. The program uses MCI.VBX and THREED.VBX.  Please copy these 2 files to your
  28. WINDOWS\SYSTEM directory before running the application.  Also, you'll need
  29. VBRUN300.DLL in your WINDOWS\SYSTEM directory to run this program.
  30. VBRUN300.DLL is normally available as a seperate download since it's
  31. uncompressed size is about 400k.  Also, you need to have MCI drivers for
  32. the files you want to sequence.
  33.  
  34. This program is ShareWare.  You may try it out for 30 days.  If you
  35. decide that you like it and want to keep using it, please register by
  36. sending $15 in U.S. funds to:
  37.  
  38.     Marvin E. Wilborne III
  39.     Route 5, Box 1476, #5
  40.     Danville, VA 24540
  41.  
  42. Registered users are entitled to the next version upgrade at no extra
  43. charge.
  44.  
  45. Please feel free to distribute this software to others.  
  46.  
  47. If you don't like the software or think of features that could be
  48. added to enhance it's use, please send them to me at the address
  49. above.
  50.  
  51. Hints and other information about MCI Sequencer:
  52.  
  53. You can remove the startup sound by deleting or renaming WINDBELL.WAV.
  54. You can remove the About OK button Thank You message by deleting or renaming
  55. THANKYOU.WAV.  The startup sound will not play if you don't have stereo
  56. capability on your sound card.  The thank you message is monophonic and
  57. will play on both PC speaker drivers and sound cards.
  58.  
  59. MSQ (Multimedia Sequence) File Format:
  60.  
  61. Each line of the MSQ file is a multimedia file name or an MCI sequencer
  62. command.  MCI Sequencer commands start with the '#' character.  The
  63. file ends with #End.  '#' characters can be the first character of a
  64. multimedia file and it will not affect the operation of this program.
  65.  
  66. MCI Sequencer built in commands:
  67.  
  68.     Command         Description
  69.     #End            marks the end of the sequence.
  70.  
  71. MCI Sequencer saves the complete path and file name for each file used
  72. in the sequence.  If a file gets moved, then the sequence will point
  73. to the old location and will generate and error when played.  You can
  74. continue the sequence after the error message by pressing Play again.
  75.  
  76. Enhancements under consideration for version 2 include:
  77.  
  78. -       Looping constructs (Repeat, For Next, etc.)
  79. -       Programmed delays or pauses
  80. -       Nested sequences, or embedded sequence files
  81. -       Automatic play on load
  82. -       Chance to cancel Windows Exit if changes haven't been saved.
  83. -    SEQUENCE.INI
  84.  
  85. Version Release History:
  86.  
  87. 1.0, March, 1994:
  88.  
  89. -       Initial release
  90.  
  91.